home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / Emergency / emergyus.exe / BC5 / EXAMPLES / SERIES / GDIINPUT / readme.txt
Text File  |  1997-03-25  |  2KB  |  38 lines

  1. GDIINPUT - Based on BarSDI
  2.  
  3. THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7.  
  8. Copyright (C) 1993-1995  Microsoft Corporation.  All Rights Reserved.
  9.  
  10.  
  11. PURPOSE:
  12.     Shows a way to use the mouse for dynamic input for drawing on the
  13.     screen.  Does "rubber-banding" of lines, rectangles, ellipses, and
  14.     bezier curvers.
  15.  
  16. USES:
  17.     Based on BarSDI
  18.  
  19. COMMENTS:
  20.     This is a 32-bit only sample.
  21.  
  22. MODULE MAP:
  23.     Dispatch- Message dispatching routines
  24.     WinMain - Calls initialization functions and processes the message loop
  25.     GDIInput- Implements the windows procedure for the main application window
  26.     Init    - Performs application and instance specific initialization
  27.     About   - Defines a standard about dialog box.
  28.     Misc    - Defines the applications specific commands not related to
  29.                 a specific module.
  30.     ToolBar - Creates the toolbar and processes ToolTips notifications.
  31.     StatBar - Creates and manages the status bar.
  32.     Client  - Implements the window procedure for a child window
  33.                 that covers the entire client area of the main window except
  34.                 for the tool bar and status bar.  Performs all drawing.
  35.     PenDlg  - Dialog box for choosing the pen style used for drawing.
  36.     BrushDlg- Dialog box for choosing the brush style used for
  37.                 filling objects.
  38.